Submit Order Button Link
- Name - Enter a name for the content item. This text
appears during design mode (configuration).
- Title - Enter the text to display above this iPart on the
rendered page. If blank, no title displays.
- Do not render in design mode - Select this option to
prevent content record data from being loaded in the content editor. This
improves performance during design time (configuration).
- Display a border around this content - Select this option
to display a border around this iPart on the rendered page.
- URL for order confirmation - To use a custom confirmation
page instead of the default confirmation page, enter the URL for the desired
page.
- Purpose - This iPart can be used to submit either an order or a
donation for processing. In both cases, use other iParts with this Submit
Order Button Link iPart to complete a transaction. Select a processing type
that best fits your use of this iPart:
- Cart - The order is submitted for processing from a shopping
cart. The button is labeled Submit Order.
- Donation - A donation payment is submitted for
processing from a donation page. The button is labeled Submit
Donation. You must also set a Commit sequence value if this
option is selected.
- Commit sequence - (required when Purpose = Donation)
Commit sequence affects how multiple iParts interact on a page. Enter a
non-zero number to specify the order that changes are saved relative to other
inline editable iParts on the rendered page. Zero (default) = save order is
not important.
Notes
- The Submit Order Payment Link iPart is required when you set up a donation
page that processes payments immediately (instead of through the cart).
Processing a donation immediately requires that multiple iParts are defined in
a single content record. It does not matter the order in which the iParts are
defined on the page. In the scenario outlined below, where the Donation
Creator is the first iPart displayed on the page and the Submit Order Button
Link is the last iPart displayed, the Commit sequence value controls
the order in which the iParts are processed. When the donation is "submitted"
from the content record, execution control is given to each iPart based on the
Commit sequence value shown in parentheses:
- Donation Creator (2)
- Contact Account Creator (1)
- Submit Order Button Link (3)
- Payment Creator (4 or 0)
- The Cart supports new users by allowing them to create an account using
the Account Creator and then complete their order.
- The Cart supports shopping by anonymous users; they are prompted to log in
before they can use the Submit Order button.
- The iPart raises a SubmitOrderValidate event to allow other iParts on the
page to perform processes on the Cart before it is submitted.